home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
bash
/
bash-108
/
bash-108.zoo
/
bash-1.08
/
documentation
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-05-20
|
362 b
|
19 lines
# This Makefile is for the Bash/documentation directory -*- text -*-.
#
all: features.dvi features.info bash.txt
features.dvi: features.texi
tex features.texi
tex features.texi
features.info: features.texi
makeinfo features.texi
bash.txt: bash.1
nroff -man bash.1 >bash.txt
clean:
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.info *.info-*